home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 May Disc 2 / .net May 1998 disc 2.iso / taxi / data1.cab / Application_Files / Taxi.mdb / UserTable.json < prev   
JavaScript Object Notation  |  1997-11-26  |  851b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer NOT NULL",
  4.         "UserName": "Text (50) NOT NULL",
  5.         "FirstName": "Text (50) NOT NULL",
  6.         "LastName": "Text (50) NOT NULL",
  7.         "PostCode": "Text (50) NOT NULL",
  8.         "Country": "Text (50) NOT NULL",
  9.         "Email": "Text (50) NOT NULL",
  10.         "Occupation": "Text (50) NOT NULL",
  11.         "Sex": "Boolean NOT NULL",
  12.         "YearOfBirth": "Integer NOT NULL",
  13.         "Married": "Boolean NOT NULL",
  14.         "Password": "Text (50)",
  15.         "BusinessSector": "Text (50) NOT NULL",
  16.         "Address": "Text (255) NOT NULL",
  17.         "InterExper": "Long Integer NOT NULL",
  18.         "Location": "Long Integer NOT NULL",
  19.         "DataProtection": "Boolean NOT NULL"
  20.     },
  21.     "data": [
  22.         {
  23.             "ID": 0,
  24.             "UserName": "a657M_n3q",
  25.             "FirstName": "p",
  26.             "LastName": "p",
  27.             "PostCode": "p",
  28.             "Country": "United Kingdom",
  29.             "Email": "p",
  30.             "Occupation": "Senior Management / Professional",
  31.             "Sex": 0,
  32.             "YearOfBirth": 1950,
  33.             "Married": 0,
  34.             "BusinessSector": "Media",
  35.             "Address": "p",
  36.             "InterExper": 1,
  37.             "Location": 0,
  38.             "DataProtection": 0
  39.         }
  40.     ]
  41. }